DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionList<T> Class / RemoveRange Method
The index from where the items are removed.
The number of rows that will be removed.

In This Topic
    RemoveRange Method (C1DataCollectionList<T>)
    In This Topic
    Removes a range of items.
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) 
    public void RemoveRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    The index from where the items are removed.
    count
    The number of rows that will be removed.
    See Also